jquery script tag

55

jQuery script tag to include into HTML -

<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>

how add script to html in jquery -

$.getScript("test.js", function(){
    alert("Running test.js");
});

Comments

Submit
0 Comments